home *** CD-ROM | disk | FTP | other *** search
/ Interactive Media Design Review 1999 / Interactive Media Design Review 1999.iso / pc / Demos / Herois / Codigo.Cst / 00117_Sumario- scroll up.ls < prev    next >
Encoding:
Text File  |  1999-03-19  |  196 b   |  10 lines

  1. on mouseDown
  2.   set tmp = the timer - 12
  3.   repeat while the mouseDown
  4.     if the timer > tmp + 12 then
  5.       sumarioScroll -1
  6.       set tmp = the timer
  7.       updateStage
  8.     end if
  9.   end repeat
  10. end